home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- public class ToolTipManager$stillInsideTimerAction implements ActionListener {
- // $FF: synthetic field
- private final ToolTipManager this$0;
-
- protected ToolTipManager$stillInsideTimerAction(ToolTipManager var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.hideTipWindow();
- this.this$0.enterTimer.stop();
- this.this$0.showImmediately = false;
- }
- }
-